object Form1: TForm1 Left = 247 Top = 201 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'StopUhr 1.5 [c] 1999 by The Magic Coder (R.A.)' ClientHeight = 217 ClientWidth = 429 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 0 Width = 429 Height = 198 Align = alClient Picture.Data = {} end object Label1: TLabel Left = 244 Top = 5 Width = 129 Height = 16 Caption = 'Zwischenspeicher:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object Start: TButton Left = 56 Top = 16 Width = 137 Height = 33 Caption = 'START' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 0 OnClick = StartClick end object Stop: TButton Left = 56 Top = 56 Width = 137 Height = 33 Caption = 'STOP' Enabled = False Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 1 OnClick = StopClick end object Werte: TMemo Left = 244 Top = 24 Width = 173 Height = 137 Color = clSilver Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ReadOnly = True ScrollBars = ssVertical TabOrder = 2 end object Time: TGroupBox Left = 8 Top = 120 Width = 225 Height = 73 Caption = 'Digital-Anzeige' TabOrder = 3 object zeit: TLabel Left = 16 Top = 20 Width = 177 Height = 43 Caption = '00:00:00:000' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -37 Font.Name = 'Arial Narrow' Font.Style = [] ParentFont = False end end object StatusBar: TStatusBar Left = 0 Top = 198 Width = 429 Height = 19 Panels = < item Width = 50 end> SimplePanel = False end object Button1: TButton Left = 248 Top = 166 Width = 166 Height = 28 Caption = 'Zwischenwerte speichern' TabOrder = 5 OnClick = Button1Click end object CheckBox1: TCheckBox Left = 16 Top = 96 Width = 97 Height = 17 Caption = 'Message Beep' TabOrder = 6 OnClick = CheckBox1Click end object CheckBox2: TCheckBox Left = 128 Top = 96 Width = 97 Height = 17 Caption = 'Analog-Anzeige' Checked = True State = cbChecked TabOrder = 7 OnClick = CheckBox2Click end object Timer1: TTimer Enabled = False Interval = 20 OnTimer = Timer1Timer Left = 16 Top = 8 end object SaveDialog1: TSaveDialog DefaultExt = '*.txt' Filter = 'Textdatei (*.txt)|*.txt' Left = 16 Top = 40 end object Timer2: TTimer Interval = 300 OnTimer = Timer2Timer Left = 16 Top = 72 end end